home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 December / CHIP Aralık 1996.iso / prog / backpack / demodata / dep_dir / shared.dxr / 00916_go the frame-1.ls < prev    next >
Encoding:
Text File  |  1995-08-30  |  351 b   |  16 lines

  1. on exitFrame
  2.   global CHN, K1, J, gPreLoaded
  3.   if not (the soundBusy of CHN) then
  4.     sound playFile CHN, FixPath(J, K1)
  5.   end if
  6.   if not gPreLoaded then
  7.     preLoadCast(1 + the castNum of sprite 11)
  8.     preLoadCast("Klick")
  9.     preLoadCast("ALRT6.AIF")
  10.     preLoadCast("Cash1")
  11.     preLoad()
  12.     set gPreLoaded to 1
  13.   end if
  14.   go(the frame - 1)
  15. end
  16.